home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1996 October / Designer's Club 1996 October.iso / mac / Idea Source / MAIN.DIR / 00023.ls < prev    next >
Encoding:
Text File  |  1996-09-13  |  256 b   |  16 lines

  1. on mouseUp
  2.   if the frameLabel = "face" then
  3.     if soundBusy(1) then
  4.       puppetSound(0)
  5.     else
  6.       puppetSound("helpint")
  7.     end if
  8.   else
  9.     if soundBusy(1) then
  10.       puppetSound(0)
  11.     else
  12.       puppetSound("helpmain")
  13.     end if
  14.   end if
  15. end
  16.